Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spKillSessionsForShardMappingLocal: Fix deadlock when the session is already gone #209

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

PetrPospisil
Copy link

Fixed deadlock when the kill always returns 6106 forever for the session that is already gone. In this modification it will try to kill the session only once then moving to next in the next round.
Not sure I modified script versioning correctly, but you can see the idea of the fix.
This also probably address some issues mentioned in #166.

@ghost
Copy link

ghost commented Nov 18, 2020

CLA assistant check
All CLA requirements met.

@zimaa77
Copy link

zimaa77 commented Dec 5, 2023

I see that this project is alive again. Do you plan to merge this PR? Or somehow fix the problem?

@stuartpa
Copy link
Contributor

stuartpa commented Dec 5, 2023

I don't have any context into this PR, and I don't see any tests for it (or even how to manually test the PR). Can anyone describe how to test this PR? Is it covered by an existing test? (I am not keen on merging PRs with no tests)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants